GDAL v3.13.0#231
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs(build): describe shared manifest and cache reuse
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the build/package automation to target GDAL v3.13.0, with accompanying CI/build-script adjustments and documentation updates around the shared vcpkg manifest bundle and CI cache behavior.
Changes:
- Bumped
GDAL_VERSIONto 3.13.0 in the shared build options. - Updated bundle packaging/CI to propagate
PRERELEASEand to pin package versions when composing the final bundle and when injecting test dependencies. - Expanded platform READMEs to document the shared vcpkg manifest bundle and CI cache-warm behavior.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
shared/GdalCore.opt |
Bumps GDAL version to 3.13.0 used by build scripts. |
unix/publish-makefile |
Pins versions when adding runtime/core packages into the final bundle project. |
.github/workflows/main.yml |
Passes PRERELEASE into bundle generation; pins MaxRev.Gdal.Universal to the just-built version for tests. |
.github/workflows/macos.yml |
Propagates PRERELEASE into macOS packaging and testing steps. |
README.md |
Documents shared vcpkg manifest usage and CI caching at the repo level. |
unix/README.md |
Documents shared vcpkg manifest usage + CI caching note (also includes a remaining typo). |
osx/README.md |
Documents shared vcpkg manifest usage + CI caching note. |
win/README.md |
Documents shared vcpkg manifest usage + CI caching note. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to GDAL v3.13.0. See release notes: https://github.com/OSGeo/gdal/blob/v3.13.0/NEWS.md
resolves #227